home *** CD-ROM | disk | FTP | other *** search
/ Amiga Collections: Memphis Amiga Group / MAG Disk (1989-06)(Memphis Amiga Group).zip / MAG Disk (1989-06)(Memphis Amiga Group).adf / CRC32.H < prev    next >
Text File  |  1989-03-15  |  158b  |  9 lines

  1.  
  2. long crc32val;
  3.  
  4. void UpdateCRC(unsigned char *s,
  5.                register int len);
  6.  
  7.  /* update running CRC calculation with contents of a buffer */
  8.  
  9.